home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 January / maximum-cd-2002-01.iso / Files / Game demos / Codename Outbreak / outbreakdemo.exe / %MAINDIR% / doc / cmdline.txt next >
Encoding:
Text File  |  2001-11-07  |  3.3 KB  |  112 lines

  1. Command line options.
  2.  
  3. The options are not case-sensitive. 
  4.  
  5. ======================================
  6. 1. Server connecting 
  7. ======================================
  8.  
  9. OutBreak.exe +Connect XXX.XXX.XXX.XXX:XXXX
  10.  
  11. Port 15011 by defaults.
  12.  
  13. ======================================
  14. 2. Setting up a dedicated cooperative server
  15. ======================================
  16.  
  17. OutBreak.exe +COOPSERVER [mission number] 
  18.  
  19. ======================================
  20. 3. Setting up a dedicated CTF server
  21. ======================================
  22.  
  23. OutBreak.exe +CTFSERVER [level number] 
  24.  
  25. The number of mission is specified by order starting from 1
  26. (levels are numbered from left to right bottom-up in the menu of level selection on launching a CTF server) 
  27.  
  28. ======================================
  29. 4. Setting up dedicated BLACK BOX server
  30. ======================================
  31.  
  32. OutBreak.exe +BLACKBOXSERVER [level number] 
  33.  
  34. ======================================
  35. 5. Setting up a dedicated CRYSTAL server
  36. ======================================
  37.  
  38. OutBreak.exe +CRYSTALSERVER [level number] 
  39.  
  40. ===================================================
  41. Additional launching parameters
  42. ===================================================
  43.  
  44. ======================================
  45. 1. Player's name
  46. ======================================
  47.  
  48. +NAME [PLAYERNAME]  set player's name
  49.  
  50. ======================================
  51. 2. Command
  52. ======================================
  53. +SKIN [RED/BLUE] 
  54.  
  55. ======================================
  56. 3. Password to connect a server
  57. ======================================
  58. +PASSWORD [PASSWORD] 
  59.  
  60. ======================================
  61. 4. Speed of connection
  62. ======================================
  63. +BYTERATE [n]
  64. 1 - LAN
  65. 2 - DSL
  66. 3 - T1
  67. 4 - 28800
  68. 5 - 33600
  69.  
  70. ======================================
  71. 5. Setting up an NT server
  72. ======================================
  73. +WINNT
  74.  
  75. The game igonres settings and runs in sowtware rendering mode,
  76. mute.
  77.  
  78. ======================================
  79. 6. Do not register the server at GAMESPY server
  80. ======================================
  81. +NOGAMESPY
  82.  
  83. =========================================
  84. Examples:
  85. =========================================
  86.  
  87. 1. Joining a CTF, BLACK BOX or Crystal server:
  88. OutBreak.exe +CONNECT 193.193.200.75 +NAME hax +Password YouKnowIt +skin red
  89.  
  90. 2. Joining a cooperative server (no need to specify skin)
  91. OutBreak.exe +CONNECT 193.193.200.75 +NAME hax +Password YouKnowIt 
  92.  
  93. 3. Setting up a dedicated CTF server:
  94. OutBreak.exe +CTFSERVER 2
  95.  
  96.  
  97.  
  98. Launching a server under Window NT
  99.  
  100. In the version of DirectX installed under Windows NT there is program rendering only, and no hardware acceleration. Its speed is not enough for a normal game, but its functionality is sufficient enough to create a dedicated server. To create a server under Windows NT you need to run the game with the "+WINNT" key, which informs the game that it needs to use the program rendering in 400X300 window, switch off the sound and not use the mouse. By this, the window displays black screen and console. You can close the server with the Alt+X combination.     
  101.  
  102. Example.
  103.  
  104.  
  105. 1. Setting up a dedicated CTF server under Windows NT:
  106. OutBreak.exe +CTFSERVER 2 +WINNT
  107.  
  108. 2. Setting up a dedicated Cooperative server under Windows NT,
  109. without registering the server at GAMESPY.
  110.  
  111. OutBreak.exe +COOPSERVER 5 +WINNT +NOGAMESPY
  112.